home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_01_05 / 1n05038a < prev    next >
Text File  |  1990-08-24  |  324b  |  16 lines

  1. Figure 1.
  2.  
  3. listbox.obj: listbox.c listbox.h
  4.     cl -c -AM -Gsw -Oas -Zpe listbox.c
  5.  
  6. listbox.res: listbox.rc listbox.h
  7.     rc -r listbox.rc
  8.  
  9. listbox.exe: listbox.obj listbox.def
  10.     link4 listbox /NOE /NOD,,,mlibcew+libw,listbox.def
  11.     rc listbox.res 
  12.     echo 
  13.  
  14. listbox.exe: listbox.res
  15.     rc listbox.res
  16.